correct url for filter documentation. (#452)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 6 Jan 2020 16:04:32 +0000 (09:04 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 16:04:32 +0000 (09:04 -0700)
filter_vecs.cc

index 99ddfa2cc67f5bfd0efe4d8351c4834575de08e4..81cf41b2ded4aa940496cd7e072ff0d196cd4aab 100644 (file)
@@ -324,7 +324,7 @@ disp_filter_vec(const QString& vecname)
 static
 void disp_help_url(const fl_vecs_t& vec, const arglist_t* arg)
 {
-  printf("\t" WEB_DOC_DIR "/fmt_%s.html", CSTR(vec.name));
+  printf("\t" WEB_DOC_DIR "/filter_%s.html", CSTR(vec.name));
   if (arg) {
     printf("#fmt_%s_o_%s", CSTR(vec.name), arg->argstring);
   }